Range

A range of positions in a multi-line text document, both in terms of bytes and of rows and columns.

NOTE this directly uses the C's TSRange. This means that the order of the arguments for the constructor of Range is different than what the Rust bindings use.

extern (C)
alias Range = TSRange

Meta